home *** CD-ROM | disk | FTP | other *** search
- /* *****************************************************************************
- FILE: MiscUtilPr.h
-
- DESCRIPTION: Useful utilities Prototypes
-
- AUTHOR: Kurt W.G. Matthies
-
- Copyright © 1990 by Code of the West, Inc. All Rights Reserved.
-
- Revision History:
- ==========================================================
- 3.30.90 - MacUser Release
- ==========================================================
-
- ***************************************************************************** */
-
- #ifndef _MiscUtilPr_
- #define _MiscUtilPr_
-
-
- Ptr newClearPtr ( Size );
- Boolean pDebugStr ( StringPtr );
-
- #endif
- /* =============================== EOF =======================================
- Copyright © 1990 by Code of the West, Inc. All Rights Reserved.
- ================================================================================ */
-